From: Richard M. Stallman Date: Sat, 22 May 1993 04:21:25 +0000 (+0000) Subject: (pending-undo-list): Var declared. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96113 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=278b0a585af5fa7d78af21e6d023b7d9a0e21c4b;p=emacs.git (pending-undo-list): Var declared. --- diff --git a/lisp/simple.el b/lisp/simple.el index 8ce7cfceadc..f5184105361 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -608,6 +608,9 @@ A numeric argument serves as a repeat count." (and modified (not (buffer-modified-p)) (delete-auto-save-file-if-necessary)))) +(defvar pending-undo-list nil + "Within a run of consecutive undo commands, list remaining to be undone.") + (defun undo-start () "Set `pending-undo-list' to the front of the undo list. The next call to `undo-more' will undo the most recently made change."